Welcome![Sign In][Sign Up]
Location:
Search - MPEG2 encode

Search list

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\\cctv.ts >c:\\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject - "Settings pop-up dialog box put pre - translat
Platform: | Size: 100002 | Author: 陈水德 | Hits:

[Other resourceBlackfin_Mpeg_2_4

Description: ADSP-BF533 BLACKFIN MPEG2,4源码-ADSP-BF533 BLACKFIN MPEG2,4 DECODE AN ENCODE SOURCE CODE
Platform: | Size: 1019206 | Author: 梁亮 | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。
Platform: | Size: 220994 | Author: onlyou | Hits:

[Other resourceimage642-mpeg2-loopback

Description: DSP下的MPEG2采集/编码/解码-The MPEG2 collection/encode/decode in DSP
Platform: | Size: 460852 | Author: 王晓东 | Hits:

[DSP programBlackfin_Mpeg_2_4

Description: ADSP-BF533 BLACKFIN MPEG2,4源码-ADSP-BF533 BLACKFIN MPEG2,4 DECODE AN ENCODE SOURCE CODE
Platform: | Size: 1018880 | Author: 梁亮 | Hits:

[DSP programimage642-mpeg2-loopback

Description: DSP下的MPEG2采集/编码/解码-The MPEG2 collection/encode/decode in DSP
Platform: | Size: 460800 | Author: 王晓东 | Hits:

[DSP programmpeg2_encoder1

Description: 在dm642上实现mpeg2编码压缩并可实时播放的源码-dm642 in achieving mpeg2 compression coding can broadcast real-time source
Platform: | Size: 366592 | Author: 黄文才 | Hits:

[Streaming Mpeg4mpeg2encode

Description: mpeg的编码源程序,来自组织的权威代码,功能注释极其详细-mpeg encoding source from the authority's code annotation extremely detailed
Platform: | Size: 61440 | Author: 张阳 | Hits:

[DVD13818_5_for_vc

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。 2、VC++6.0编译设置 需要在菜单Poject-〉Settings 弹出的对话框中把预编译头设置成Not using precompiled headers,如Vc_setting.jpg中的图片所示。 3、运行 编译生成decode2.exe文件后在命令行如下运行 decode2.exe d:\cctv.ts 一开始在没有分析完PAT和PMT表时会打印一些如unexpected pid: 513的消息,请耐心等待一会儿就会发现分析的系统层信息打印了。可能刷屏很快导致你看不清信息,可以将打印信息重定向到某个文件中,如下: decode2.exe d:\cctv.ts >c:\ts_decode.txt 运行decode2.exe的同时会在当前目录生成过滤后的PES文件,文件名格式stream512,512为PID。 -a brief account of this code is ISO 13818-5 MPEG2 system layer protocol analysis code, After I few modifications, now he can finally in VC 6.0 compiler operation, Published line with those dedicated to understanding MPEG2 system layer protocol and an overtime programmers. To be compiled under the windows, I revised the relevant part of the operating system code, Notes swap some of the main function, leaving only the main decode.cpp function without notes, So when a compiled program is TS system layer decoding process analysis, if we are to achieve other functions such as encode. decode.cpp as long as the main function of the rich encode.cpp put the main function annotation will be removed. 2. VC 6.0 compiler installed in the menu Poject- "Settings pop-up dialog box put pre- translat
Platform: | Size: 99328 | Author: 陈水德 | Hits:

[Compress-Decompress algrithmsmpeg2

Description: 1、简介 此代码是IS0 13818-5 MPEG2系统层协议分析代码,经过我的一点修改,现在终于可以在VC++ 6.0下编译运行, 发布上来献给那些为了理解MPEG2系统层协议而苦苦加班的程序员。为了可以在windows下编译,我修改了部分操作系统相关代码,注解掉了一些main函数,只留下decode.cpp中的main函数没有注解,所以编译后的程序是TS流系统层解码分析程序,如果要实现其他功能如encode,只要把decode.cpp中的main函数注解,把encode.cpp中的main函数注解去掉即可。-1, INTRODUCTION This code is IS0 13818-5 MPEG2 system layer protocol analysis code, after that I modified, and now finally can VC++ 6.0 compiler to run under the release for up dedicated to those who understand the MPEG2 system layer protocol and the hard programmers to work overtime. In order to be able to compile under windows, I modified the relevant part of the operating system code, comment out a number of main function, leaving only the main function decode.cpp no comment, so the procedure is compiled TS streaming system layer decoding analysis procedures, If you want to realize other functions such as encode, as long as the main function of decode.cpp comment, the main function of encode.cpp Notes can be removed.
Platform: | Size: 221184 | Author: | Hits:

[DSP programc6400_ptimize_Code

Description: h263,jpeg,mpeg2编解码核心程序,c6000下的代码优化,编译通过的。(TI DSP C64xx)-h263,jpeg,mpeg2 encode/decode core code TI DSP C64xx)
Platform: | Size: 164864 | Author: 山本五十二 | Hits:

[mpeg mp3MAC_MPEG2_AV

Description: MPEG2 編碼解碼的verilog 代碼 可在XILINX FPGA上使用-Mpeg2 Encode/Decode on Xilinx FPGA Board
Platform: | Size: 7370752 | Author: ktl | Hits:

[Streaming Mpeg4ffmpeg-0.5

Description: This file contains the ffmpeg video codec library. FFmpeg is the open source library of numerous codecs like mpeg4, H.264, H.263, mpeg2 and many more. You can encode your raw video using any video codec.
Platform: | Size: 3776512 | Author: Electrifying eng | Hits:

[Multimedia DevelopUUCORELIB

Description: vc++下的一套涉及编码解码的API,直接dll调用方便使用。可编码/解码MJPG,MPEG4,MPEG2,音频MP2,解码时可直接设置为反交错。方便简单-vc++ code under a set of related decoding API, easy to use direct dll calls. Can encode/decode MJPG, MPEG4, MPEG2, audio MP2, set decoding can be directly de-interlacing. Convenient and simple
Platform: | Size: 769024 | Author: kainguo | Hits:

[mpeg mp3VideoMPEG2

Description: 将YUV4:2:2图像数据转换为YUV4:2:0格式,然后进行MPEG2编码和解码-Will YUV4: 2:2 image data is converted to YUV4: 2:0 format, then encode and decode MPEG2
Platform: | Size: 946176 | Author: 吴林 | Hits:

[mpeg mp3mpeg2Peter

Description: 对mpeg2格式的视频转进行编解码 使之更利于传输-Turn on the mpeg2 format to encode and decode the video to make it more conducive to transmission
Platform: | Size: 8151040 | Author: 张新龙 | Hits:

[mpeg mp30405

Description: MPEG2 translation, decode and encode
Platform: | Size: 2636800 | Author: cu | Hits:

[Multimedia Developmpeg

Description: 采用VC编程语言,实现对mpeg2格式视频流的解码和编码。-perform encode and decode for mpeg2 format video
Platform: | Size: 907264 | Author: wangtao | Hits:

[Compress-Decompress algrithmsMPEGPAudioPFileP

Description: mpeg2 的音频 编码,内容丰富,供大家参考-mpeg2 audio encode
Platform: | Size: 223232 | Author: amero | Hits:

[Compress-Decompress algrithmsmpeg2enc

Description: MPEG2编码程序,可以进行视频编码,适合新人学习下载。-MPEG2 ENcode which have compiled.
Platform: | Size: 1162240 | Author: CoCo | Hits:

CodeBus www.codebus.net